home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 39
/
Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso
/
-seriously_amiga-
/
wb
/
selector
/
install
/
docs.sel
< prev
next >
Wrap
Text File
|
1999-03-02
|
501b
|
17 lines
defenv seldest SYS:
text "Where would you like to put"
text "Selector's documentation with"
text "examples and the Preferences"
text 'tool. A drawer named "Selector"'
text "will be created."
text
text Destination:
tempcol yellow black
text "[seldest]"
text
button "Change destination" exec 'setenv seldest `requestfile drawer "[seldest]" title Destination savemode drawersonly`' update
button "Procede with copy" exec 'execute copydocs "[seldest]"' exit
button "Skip this part" exit
unsetenv seldest